﻿2026-07-09T06:47:49.0719957Z ##[group]Run actions/checkout@v5
2026-07-09T06:47:49.0720845Z with:
2026-07-09T06:47:49.0721489Z   repository: SaberMage/spt-core
2026-07-09T06:47:49.0727826Z   token: ***
2026-07-09T06:47:49.0728473Z   ssh-strict: true
2026-07-09T06:47:49.0729109Z   ssh-user: git
2026-07-09T06:47:49.0729710Z   persist-credentials: true
2026-07-09T06:47:49.0730403Z   clean: true
2026-07-09T06:47:49.0731039Z   sparse-checkout-cone-mode: true
2026-07-09T06:47:49.0731768Z   fetch-depth: 1
2026-07-09T06:47:49.0732376Z   fetch-tags: false
2026-07-09T06:47:49.0733017Z   show-progress: true
2026-07-09T06:47:49.0733681Z   lfs: false
2026-07-09T06:47:49.0734267Z   submodules: false
2026-07-09T06:47:49.0734893Z   set-safe-directory: true
2026-07-09T06:47:49.0735559Z env:
2026-07-09T06:47:49.0736141Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-09T06:47:49.0736927Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-09T06:47:49.0737670Z ##[endgroup]
2026-07-09T06:47:49.4339684Z Syncing repository: SaberMage/spt-core
2026-07-09T06:47:49.4342094Z ##[group]Getting Git version info
2026-07-09T06:47:49.4343453Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-07-09T06:47:49.4704200Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-09T06:47:49.5037561Z git version 2.43.0.windows.1
2026-07-09T06:47:49.5079921Z ##[endgroup]
2026-07-09T06:47:49.5093664Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\72ffc7e2-3d9f-4daf-94e2-54a82c83b48c\.gitconfig'
2026-07-09T06:47:49.5109447Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\72ffc7e2-3d9f-4daf-94e2-54a82c83b48c' before making global git config changes
2026-07-09T06:47:49.5111533Z Adding repository directory to the temporary git global config as a safe directory
2026-07-09T06:47:49.5116686Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-07-09T06:47:49.5517389Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-09T06:47:49.7297483Z https://github.com/SaberMage/spt-core
2026-07-09T06:47:49.7327801Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-09T06:47:49.7332691Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-09T06:47:49.7632438Z HEAD
2026-07-09T06:47:49.9423166Z ##[endgroup]
2026-07-09T06:47:49.9426399Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-09T06:47:51.8798598Z ##[group]Cleaning the repository
2026-07-09T06:47:51.8803243Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-09T06:47:53.4049247Z Removing target/
2026-07-09T06:47:53.4089577Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-09T06:47:53.6826671Z HEAD is now at e47e271 Merge dc4abc6f7990280765c33f6f9b10b39587dd252f into e4767134bca2eea66b28eb67f4be1f3a67db1429
2026-07-09T06:47:53.6864666Z ##[endgroup]
2026-07-09T06:47:53.6870153Z ##[group]Disabling automatic garbage collection
2026-07-09T06:47:53.6876649Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-09T06:47:53.7864250Z ##[endgroup]
2026-07-09T06:47:53.7864776Z ##[group]Setting up auth
2026-07-09T06:47:53.7871954Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-09T06:47:53.9760455Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-09T06:47:56.1145505Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-09T06:47:56.2935861Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-09T06:47:57.0634086Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-09T06:47:57.0947230Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-09T06:47:57.9042652Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-09T06:47:58.0749296Z ##[endgroup]
2026-07-09T06:47:58.0749989Z ##[group]Fetching the repository
2026-07-09T06:47:58.0756907Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +e47e271e0a1d7897745851ec9ae34fc9ce7abe3e:refs/remotes/pull/65/merge
2026-07-09T06:47:58.6643022Z ##[endgroup]
2026-07-09T06:47:58.6643513Z ##[group]Determining the checkout info
2026-07-09T06:47:58.6644872Z ##[endgroup]
2026-07-09T06:47:58.6652758Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-09T06:47:58.6948181Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-09T06:47:58.7211570Z ##[group]Checking out the ref
2026-07-09T06:47:58.7217276Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/65/merge
2026-07-09T06:47:58.7665184Z HEAD is now at e47e271 Merge dc4abc6f7990280765c33f6f9b10b39587dd252f into e4767134bca2eea66b28eb67f4be1f3a67db1429
2026-07-09T06:47:58.7685726Z ##[endgroup]
2026-07-09T06:47:58.7975584Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-09T06:47:58.8221302Z e47e271e0a1d7897745851ec9ae34fc9ce7abe3e
